home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / System Utilities / LaserWriter 8.0 PPD's / Colormate PS < prev    next >
Encoding:
PostScript Printer Description  |  1992-10-22  |  11.2 KB  |  349 lines  |  [TEXT/GEOL]

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.0"
  11. *PCFileName: "NCOL_519.PPD"
  12. *LanguageVersion: English
  13. *Product: "(Colormate PS)"
  14. *PSVersion: "(51.9) 0"
  15. *ModelName: "Colormate PS"
  16. *NickName: "Colormate PS v51.9"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "4233838"
  20. *LanguageLevel: "1"
  21. *Extensions: FileSystem CMYK
  22. *ColorDevice: True
  23. *DefaultColorSpace: CMYK
  24. *VariablePaperSize: False
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save
  28.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  29. restore
  30. "
  31. *End
  32. *Throughput: "1"
  33. *Password: "0"
  34. *ExitServer: "
  35.   count 0 eq {  % is the password on the stack?
  36.     true
  37.   }{
  38.     dup    % potential password
  39.     statusdict /checkpassword get exec not
  40.   } ifelse
  41.   {  %  if no password or not valid
  42.     (WARNING : Cannot perform the exitserver command.) =
  43.     (Password supplied is not valid.) =
  44.     (Please contact the author of this software.) = flush
  45.     quit
  46.   } if
  47.   serverdict /exitserver get exec
  48. "
  49. *End
  50.  
  51. *Reset: "
  52.   count 0 eq {  % is the password on the stack?
  53.     true
  54.   }{
  55.     dup    % potential password
  56.     statusdict /checkpassword get exec not
  57.   } ifelse
  58.   {  %  if no password or not valid
  59.     (WARNING : Cannot reset printer.) =
  60.     (Password supplied is not valid.) =
  61.     (Please contact the author of this software.) = flush
  62.     quit
  63.   } if
  64.   serverdict /exitserver get exec
  65.   systemdict /quit get exec
  66.   (WARNING : Printer Reset Failed.) = flush
  67. "
  68. *End
  69.  
  70. *DefaultResolution: 300dpi
  71. *?Resolution: "
  72. save
  73.   initgraphics
  74.   0 0 moveto currentpoint matrix defaultmatrix transform
  75.   0 72 lineto currentpoint matrix defaultmatrix transform
  76.   3 -1 roll sub dup mul
  77.   3 1 roll exch sub dup mul
  78.   add sqrt round cvi
  79.   (          ) cvs print (dpi) = flush
  80. restore
  81. "
  82. *End
  83.  
  84. *% Halftone Information ===============
  85. *ScreenFreq: "53.0"
  86. *ScreenAngle: "45.0"
  87. *DefaultScreenProc: Dot
  88. *ScreenProc Dot: "
  89. {1.76 1.4 {2 {3 1 roll add dup 1.0 gt {2.0 sub }if }repeat abs exch abs
  90. 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 sub }{dup mul
  91. exch dup mul add 1 exch sub }ifelse }exec }
  92. "
  93. *End
  94. *ScreenProc Line: "{ pop }"
  95. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  96.  
  97. *DefaultTransfer: Null
  98. *Transfer Null: "{ }"
  99. *Transfer Null.Inverse: "{ 1 exch sub }"
  100.  
  101. *% Paper Handling ===================
  102. *% Use these entries to set paper size most of the time, unless there is
  103. *% specific reason to use PageRegion.
  104. *OpenUI *PageSize: PickOne
  105. *OrderDependency: 30 AnySetup *PageSize
  106. *DefaultPageSize: Letter
  107. *PageSize Letter: "statusdict /lettertray get exec"
  108. *PageSize A4: "statusdict /a4tray get exec"
  109. *?PageSize: "
  110. save
  111. 2 dict
  112.   dup /letter (Letter) put
  113.   dup /a4 (A4) put
  114.   statusdict /papersize get exec
  115.   3 1 roll  {get} stopped {(Unknown)}if
  116.   exch  not { print (.Transverse) }if
  117.   = flush
  118. restore
  119. "
  120. *End
  121. *CloseUI: *PageSize
  122.  
  123. *% These entries will set up the frame buffer. Usually used with manual feed.
  124. *OpenUI *PageRegion: PickOne
  125. *OrderDependency: 40 AnySetup *PageRegion
  126. *DefaultPageRegion: Letter
  127. *PageRegion Letter: "letter"
  128. *PageRegion A4: "a4"
  129. *CloseUI: *PageRegion
  130.  
  131. *% The following entries provide information about specific paper keywords.
  132. *DefaultImageableArea: Letter
  133. *ImageableArea Letter: "20 80 594 726 "
  134. *ImageableArea A4: "10 80 585 776 "
  135. *?ImageableArea: "
  136. save
  137.   /cvp {(                ) cvs print ( ) print } bind def
  138.   /upperright {10000 mul floor 10000 div} bind def
  139.   /lowerleft {10000 mul ceiling 10000 div} bind def
  140.   newpath clippath pathbbox
  141.   4 -2 roll exch 2 {lowerleft cvp} repeat
  142.   exch 2 {upperright cvp} repeat flush
  143.  restore
  144. "
  145. *End
  146.  
  147. *% These provide the physical dimensions of the paper (by keyword)
  148. *DefaultPaperDimension: Letter
  149. *PaperDimension Letter: "612 792"
  150. *PaperDimension A4: "595 842"
  151.  
  152. *RequiresPageRegion All: True
  153. *OpenUI *InputSlot: PickOne
  154. *OrderDependency: 20 AnySetup *InputSlot
  155. *DefaultInputSlot: Cassette
  156. *InputSlot Cassette: ""
  157. *CloseUI: *InputSlot
  158.  
  159. *DefaultOutputBin: Upper
  160. *DefaultOutputOrder: Reverse
  161.  
  162. *% Font Information =====================
  163. *DefaultFont: Courier
  164. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  165. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  166. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  167. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  168. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  169. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  170. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  171. *Font Courier: Standard "(001.004)" Standard ROM
  172. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  173. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  174. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  175. *Font Helvetica: Standard "(001.002)" Standard ROM
  176. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  177. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  178. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  179. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  180. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  181. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  182. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  183. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  184. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  185. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  186. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  187. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  188. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  189. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  190. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  191. *Font Symbol: Special "(001.003)" Special ROM
  192. *Font Times-Bold: Standard "(001.002)" Standard ROM
  193. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  194. *Font Times-Italic: Standard "(001.002)" Standard ROM
  195. *Font Times-Roman: Standard "(001.002)" Standard ROM
  196. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  197. *Font ZapfDingbats: Special "(001.002)" Special ROM
  198. *?FontQuery: "
  199. save
  200.  /str 100 string dup 0 (fonts/) putinterval def
  201.  {
  202.    count 1 gt
  203.    {
  204.      exch dup str 6 94 getinterval cvs
  205.      (/) print dup print (:) print exch
  206.      FontDirectory exch known
  207.      { pop (Yes) }
  208.       {
  209.         length 6 add str 0 3 -1 roll getinterval
  210.         mark exch status
  211.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  212.      } ifelse =
  213.    }
  214.    {exit} ifelse
  215.  }bind loop
  216.  (*) = flush
  217. restore
  218. "
  219. *End
  220.  
  221. *?FontList: "
  222. save
  223.   FontDirectory { pop == } bind forall flush
  224.   /filenameforall where {
  225.     pop (fonts/*) {
  226.     dup length 6 sub 6 exch getinterval cvn ==
  227.     } bind
  228.     128 string filenameforall flush
  229.   } if
  230.   (*) = flush
  231. restore
  232. "
  233. *End
  234.  
  235. *% Printer Messages (verbatim from printer):
  236. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  237. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  238. *Message: "\FontName\ not found, using Courier"
  239.  
  240. *% Status (format: %%[ status: <one of these> ]%% )
  241. *Status: "idle"
  242. *Status: "busy"
  243. *Status: "waiting"
  244. *Status: "printing"
  245. *Status: "warming up"
  246. *Status: "PrinterError: PAPER LENGTH ERR"
  247. *Status: "PrinterError: DMA TIMEOUT"
  248. *Status: "PrinterError:    COVER OPEN"
  249. *Status: "PrinterError:   TEST PRINT"
  250. *Status: "PrinterError:  HEAD SENS ERR"
  251. *Status: "PrinterError:    PAPER JAM"
  252. *Status: "PrinterError:  LC SENS ERROR"
  253. *Status: "PrinterError: PAPER TIMEOUT"
  254. *Status: "PrinterError:    VIDEO ERR"
  255. *Status: "PrinterError:   COMMAND ERR"
  256. *Status: "PrinterError:     ROM ERR"
  257. *Status: "PrinterError:   COMMAND ERR"
  258. *Status: "PrinterError: PAPER LENGTH ERR"
  259. *Status: "PrinterError:  RIBBON ERROR"
  260. *Status: "PrinterError:     I/O ERR"
  261. *Status: "PrinterError:   STRANGE ERR"
  262. *Status: "PrinterError:   COMMAND ERR"
  263. *Status: "PrinterError:   PAPER EMPTY"
  264. *Status: "PrinterError:   POWER TEMP"
  265. *Status: "PrinterError: RIBBON SENS ERR"
  266. *Status: "PrinterError:    RAM ERR"
  267. *Status: "PrinterError:    RIBBON END"
  268. *Status: "PrinterError: PAPER FEED ERROR"
  269. *Status: "PrinterError:    HEAD TEMP"
  270.  
  271. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  272. *Source: "serial25"
  273. *Source: "AppleTalk"
  274. *Source: "Centronics"
  275.  
  276. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  277. *PrinterError: "PAPER LENGTH ERR"
  278. *PrinterError: "DMA TIMEOUT"
  279. *PrinterError: "   COVER OPEN"
  280. *PrinterError: "  TEST PRINT"
  281. *PrinterError: " HEAD SENS ERR"
  282. *PrinterError: "   PAPER JAM"
  283. *PrinterError: " LC SENS ERROR"
  284. *PrinterError: "PAPER TIMEOUT"
  285. *PrinterError: "   VIDEO ERR"
  286. *PrinterError: "  COMMAND ERR"
  287. *PrinterError: "    ROM ERR"
  288. *PrinterError: "  COMMAND ERR"
  289. *PrinterError: "PAPER LENGTH ERR"
  290. *PrinterError: " RIBBON ERROR"
  291. *PrinterError: "    I/O ERR"
  292. *PrinterError: "  STRANGE ERR"
  293. *PrinterError: "  COMMAND ERR"
  294. *PrinterError: "  PAPER EMPTY"
  295. *PrinterError: "  POWER TEMP"
  296. *PrinterError: "RIBBON SENS ERR"
  297. *PrinterError: "   RAM ERR"
  298. *PrinterError: "   RIBBON END"
  299. *PrinterError: "PAPER FEED ERROR"
  300. *PrinterError: "   HEAD TEMP"
  301.  
  302. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  303.  
  304. *% Color Separation Information =====================
  305.  
  306. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  307.  
  308. *InkName: ProcessBlack/Process Black
  309. *InkName: CustomColor/Custom Color
  310. *InkName: ProcessCyan/Process Cyan
  311. *InkName: ProcessMagenta/Process Magenta
  312. *InkName: ProcessYellow/Process Yellow
  313.  
  314. *%  For 60 lpi / 300 dpi  ===============================
  315.  
  316. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  317. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  318. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  319. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  320. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  321.  
  322. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  323. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  324. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  325. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  326. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  327.  
  328. *%  For 53 lpi / 300 dpi  ===============================
  329.  
  330. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  331. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  332. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  333. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  334. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  335.  
  336. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  337. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  338. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  339. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  340. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  341.  
  342. *% For "Colormate PS" version 51.9
  343. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  344. *% Converted to meet 4.0 specification
  345. *% Last Edit Date: 23 Jan 1992
  346. *% The byte count of this file should be exactly 011498 or 011846
  347. *% depending on the filesystem it resides in.
  348. *% end of PPD file for Colormate PS
  349.